const crypto/tls.alertDecodeError

15 uses

	crypto/tls (current package)
		alert.go#L43: 	alertDecodeError                  alert = 50
		alert.go#L80: 	alertDecodeError:                  "error decoding message",
		conn.go#L748: 			return c.in.setErrorLocked(c.sendAlert(alertDecodeError))
		conn.go#L1183: 		return nil, c.in.setErrorLocked(c.sendAlert(alertDecodeError))
		ech.go#L587: 			c.sendAlert(alertDecodeError)
		handshake_client.go#L1117: 			c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L200: 		c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L259: 				hs.c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L305: 		c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L430: 		c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L652: 		c.sendAlert(alertDecodeError)
		handshake_client_tls13.go#L878: 		c.sendAlert(alertDecodeError)
		handshake_server.go#L933: 			c.sendAlert(alertDecodeError)
		handshake_server_tls13.go#L615: 			c.sendAlert(alertDecodeError)
		handshake_server_tls13.go#L620: 			c.sendAlert(alertDecodeError)